home *** CD-ROM | disk | FTP | other *** search
/ Shareware Universe - The Gold Collection / Shareware Universe The Gold Collection.iso / demos / verses / verses.go < prev    next >
Encoding:
Text File  |  1996-04-19  |  7.6 KB  |  212 lines

  1. Verses Information
  2.  
  3.      ▄████████▄
  4.     ███████████
  5.    ████▀  ▐███▌   ▐█▌
  6.   ███▀    ███▌   ▐███▌
  7.  ███▌    ▐███    █████▌
  8. ▐███     ███▌   ▐██████
  9. ███▌    ▐███▌   ██ ████▌
  10. ███     ▐███   ▐▌  ▐████
  11. ███     ███▌   ▐    ████▌    ▄█████   ▐█▌   ▄██▌   ▄████▄     ▄█████    ▄████▄
  12. ███     ███▌        ▐███▌   ████████  ███  █████  ████████   ████████  ████████
  13. ███    ▐███         ▐████  ███▀ ▐███ ▐███ ▐█████ ███▀ ▀███  ███▀ ▐███ ███▀ ▀███
  14. ███▌   ▐███          ████ ▐██▌   ███ ████▌██████ ███    ▀  ▐██▌   ███ ███    ▀
  15. ▐███   ▐███          ████ ▐██    ██▌  █████▀▀██▌ ████      ▐██    ██▌ ▀███▄
  16.  ███▌  ▐███          ████ ███   ▐█▌   ████▌       ████▄    ███   ▐█▌   ▀████
  17.   ███▄ ▐███          ████ ███  ▐█▌    ████         ▀████   ███  ▐█▌     ▀████
  18.    ████▐███         ▐████ ███ ▐█▌     ███▌          ▀████  ███ ▐█▌       ▀████
  19.     ▀██▐███▌▄▄      ▐███▌ ███▐█▌      ███            ▀███▌ ███▐█▌         ▀███▌
  20.        ▐███▌        ████  ████▌       ███             ▀███ ████▌           ▀███
  21.     ███▌        ███▌  ████▄   ▄█  ███        ▄█    ███ ████▄   ▄█ █▄    ▐██
  22.     ████       ▐███   ▐████████▌  ██▌        ███▄ ▄██▀ ▐████████▌ ███▄ ▄██▀
  23.     ▐███▌      ███▌    ▐██████▀   ██         ▀██████▀   ▐██████▀  ▀██████▀
  24.     ▐████     ▐███
  25.      ████▌    ███▌
  26.      ▐████   ████
  27.       ▐████▄███▀
  28.        ▀█████▀
  29.  
  30.  
  31.  
  32.             Released on the 17th of August, 1994
  33.  
  34.  
  35.  
  36. LEGAL STUFF
  37. ───────────┘
  38.  
  39.     VERSES is Copyright (C) 1994 by Electromotive Force.
  40.  
  41.     This demo is freeware. It can be freely distributed as long 
  42.     as the files or the contents of the archive are not modified
  43.     in any way. No money can be charged for this demo. We grant
  44.     exclusive rights for CD-ROM distribution of this demo to the
  45.     organizers of Assembly'94, and demand a 3.2% royalty from the
  46.     net revenue, as stated in the ASM94_2.TXT info file.
  47.  
  48.     Disclaimer: you run this demo at your own responsibility. The
  49.     authors can not be held liable for any damage arising from the
  50.     use of this software. 
  51.  
  52.  
  53.  
  54. FILES INCLUDED
  55. ──────────────┘
  56.  
  57.     After unpacking the archive, you should have the following files:
  58.  
  59.       FILE_ID.DIZ,    576 bytes - BBS file description
  60.       VERSES.EXE, 1030549 bytes - Demo executable
  61.       EMF.NFO,       6400 bytes - EMF info file
  62.       VERSES.NFO,    8429 bytes - This file
  63.  
  64.     Any other files that might be included in the archive are
  65.     not needed to run this demo. You may as well delete them.
  66.  
  67.  
  68.  
  69. MACHINE REQUIREMENTS
  70. ────────────────────┘
  71.  
  72.     To run this demo, you need a machine with at least
  73.      - a 386sx CPU; 486 or faster recommended
  74.      - a VGA card; VLB or PCI recommended
  75.      - a hard disk; RAM disk recommended
  76.      - a Gravis Ultrasound card for music
  77.      - 400 kB of free base memory
  78.      - 1 MB of free high memory
  79.  
  80.  
  81.  
  82. TECHNICAL STUFF
  83. ───────────────┘
  84.  
  85.     This demo is running under a slightly customized version of PMODE
  86.     v2.4 by Tran -- thanks! Also, everything in this demo is coded in
  87.     pure assembly language, and optimized for the i486. As an advice
  88.     for all the coders out there pondering whether to use protected
  89.     mode or to stick with real mode -- go for it! Even though you lose
  90.     all your debugging facilities and have to build a lot of your basic
  91.     routines from scratch, the effort very quickly pays off.
  92.  
  93.     The demo has been tested on six different machines in addition to
  94.     those that it was developed on, each with various configurations,
  95.     and it seems to work perfectly save for one exception: QEMM v7.0
  96.     or higher will screw up the demo! We do not know why - might have
  97.     something to do with the pmode header - nor do we have the time to
  98.     find out. You'll just have to remove QEMM before running the demo.
  99.     If it still doesn't work, well, about the only advice we have to
  100.     offer is that you try different boot configs, a clean boot among
  101.     them.
  102.  
  103.     Why no Sound Blaster support? Well, the reason is that none of us
  104.     had neither the time nor the motivation to code a Sound Blaster
  105.     player in protected mode. Of course, we still have the real mode
  106.     player that we used in Eclipse, but we felt that mixing real and
  107.     protected mode code isn't good coding practice and might cause a
  108.     number of mysterious bugs. Thus, we decided that no player at all
  109.     is better than a buggy player that screws up the demo. But if you
  110.     like to experiment, you might want to load up your favorite stand-
  111.     alone SB module player, jump to DOS shell, and run VERSES without
  112.     sound. I've tried this a few times just out of curiosity, and the
  113.     demo seemed to work fine. A far more recommended option is to get
  114.     a Gravis Ultrasound, though.
  115.  
  116.     Btw, a last minute note: if you want to run the demo without sound
  117.     even if you have a Gravis Ultrasound installed, just remove the
  118.     ULTRASND environment variable by typing "SET ULTRASND=" at the DOS
  119.     prompt. Also, if the music stops playing after the first note or
  120.     so, try executing ULTRINIT before running the demo.
  121.  
  122.  
  123.  
  124. CREDITS
  125. ───────┘
  126.  
  127.     Saracen:
  128.      - emf "design-logo"        (gfx)
  129.      - presentation texts       (gfx)
  130.      - ifs morpher              (bg gfx)
  131.      - voxel cave               (code & gfx)
  132.      - bitmap rotation          (code)
  133.      - ripple effect            (code)
  134.      - "dotfade"                (code)
  135.      - "Bill Gates" writer      (gfx)
  136.      - greetings part           (code & gfx)
  137.      - "timeless" kaleidoscope  (code)
  138.      - julia morpher            (code)
  139.      - credits part             (code & gfx)
  140.      - frontend routines        (code)
  141.  
  142.     The Grim Reaper:
  143.      - gouraud routines         (code)
  144.      - "design star"            (code)
  145.      - ifs morpher              (code)
  146.      - diagonal dotfade         (code)
  147.      - Bill Gates "whirl"       (code)
  148.      - emf gouraud logo         (gfx)
  149.  
  150.     Devastator:
  151.      - mosaic                   (code)
  152.      - polygon ball             (code)
  153.      - frontend routines        (code)
  154.      - file routines            (code)
  155.      - music routines           (code)
  156.  
  157.     Saint:
  158.      - presentation texts       (code)
  159.      - Bill Gates writer        (code)
  160.      - Bill Gates mutation      (code)
  161.      - music routines           (code)
  162.  
  163.     Whalebone:
  164.      - "Double Trouble"         (music)
  165.      - ripple picture           (gfx)
  166.      - emf end logo             (gfx)
  167.  
  168.     Shaman&Kerberos:        
  169.      - "verses" logo            (gfx)
  170.  
  171.     Vortex:
  172.      - gouraud objects          (gfx)
  173.  
  174.  
  175.  
  176. GREETINGS
  177. ─────────┘
  178.  
  179.     Access Denied           Admire                  Anarchy
  180.     Avalanche               Cascada VRS             Clones
  181.     Complex                 Crypton                 Darkzone
  182.     Dust                    Epical                  Extreme
  183.     Future Crew             Gollum                  Grif
  184.     Iguana                  Impact                  Infiny
  185.     Imp/Cda                 Legend Design           Majic 12
  186.     Mental Design           Noice                   Phantom
  187.     Prime                   Radiance                Renaissance
  188.     Sonic PC                Speed                   Surprise! Prods.
  189.     TET                     Tran                    Triton
  190.     Unexpected              Virtual Dreams          Xography
  191.  
  192.  
  193.  
  194. FINAL WORDS
  195. ───────────┘
  196.  
  197.     We'd like to thank the following people for various reasons:
  198.      - Tran (for PMODE v2.24)
  199.      - Quark/Anarchy (for letting us use his computer at Asm'94)
  200.      - Mika Lietzen (for the EMF banner & our party T-shirts)
  201.      - Erkka Samsten (for his big & ineffective loudspeakers)
  202.      - Bill Gates (for the highly mutatable face)
  203.      - The people at Assembly'94 (for voting us)
  204.  
  205.     PS. Whalebone, our graphics artist and musician, is leaving for the
  206.     army, and we'll be having trouble in getting quality artwork for our
  207.     upcoming releases unless we get someone to replace him. If you, the
  208.     reader, feel that you could contribute to our future productions in
  209.     the form of high quality music or graphics, please contact us! If you
  210.     also happen to live in southern Finland, all the better.
  211.  
  212.